Uses of Class
edu.claflin.finder.algo.huffman.HuffmanNode
Packages that use HuffmanNode
Package
Description
Contains Comparator implementations for expansion ordering.
-
Uses of HuffmanNode in edu.claflin.finder.algo.clustering.struct.infomap_struct
Fields in edu.claflin.finder.algo.clustering.struct.infomap_struct with type parameters of type HuffmanNodeMethod parameters in edu.claflin.finder.algo.clustering.struct.infomap_struct with type arguments of type HuffmanNodeModifier and TypeMethodDescriptionvoidInfomapAlgorithm.HuffmanEncoder(List<Node> nodeList, PrioritySet<HuffmanNode> ps) -
Uses of HuffmanNode in edu.claflin.finder.algo.huffman
Fields in edu.claflin.finder.algo.huffman declared as HuffmanNodeModifier and TypeFieldDescriptionprivate HuffmanNodeHuffmanNode.leftprivate HuffmanNodeHuffmanNode.rightMethods in edu.claflin.finder.algo.huffman that return HuffmanNodeModifier and TypeMethodDescriptionHuffmanCode.generateTree(PrioritySet<HuffmanNode> minheap) HuffmanNode.getLeft()HuffmanNode.getRight()Methods in edu.claflin.finder.algo.huffman with parameters of type HuffmanNodeModifier and TypeMethodDescriptionvoidHuffmanNode.setLeft(HuffmanNode node) voidHuffmanNode.setRight(HuffmanNode node) voidHuffmanCode.showTree(HuffmanNode node, String code) Method parameters in edu.claflin.finder.algo.huffman with type arguments of type HuffmanNode -
Uses of HuffmanNode in edu.claflin.finder.logic.comp
Methods in edu.claflin.finder.logic.comp with parameters of type HuffmanNode